const crypto/tls.recordTypeAlert
6 uses
crypto/tls (current package)
common.go#L79: recordTypeAlert recordType = 21
conn.go#L668: if (typ != recordTypeAlert && typ != recordTypeHandshake) || vers >= 0x1000 {
conn.go#L699: if typ != recordTypeAlert && typ != recordTypeChangeCipherSpec && len(data) > 0 {
conn.go#L713: case recordTypeAlert:
conn.go#L855: _, writeErr := c.writeRecordLocked(recordTypeAlert, c.tmp[0:2])
conn.go#L1413: recordType(c.rawInput.Bytes()[0]) == recordTypeAlert {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |